runtime.listHead.getNode (method)
8 uses
runtime (current package)
list.go#L50: func (head *listHead) getNode(p unsafe.Pointer) *listNode {
list.go#L76: pNode := head.getNode(p)
list.go#L81: headNode := head.getNode(head.obj)
list.go#L98: pNode := head.getNode(p)
list.go#L106: headNode := head.getNode(head.obj)
list.go#L121: pNode := head.getNode(p)
list.go#L122: prevNode := head.getNode(pNode.prev)
list.go#L123: nextNode := head.getNode(pNode.next)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |